GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-21T02:54:00.2001884+00:00",
"SubmitDate": "2026-03-21T02:54:00.2001884+00:00",
"ReportPeriodStart": "2026-03-21T02:54:00.2001884+00:00",
"ReportPeriodEnd": "2026-03-21T02:54:00.2001884+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5e8a1c89-48b6-411f-aee1-26792ead00dc",
"Rows": [
{
"ItemId": "96da49a5-5c86-466e-bc6a-3fefd995af8a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "96da49a5-5c86-466e-bc6a-3fefd995af8a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5e8a1c89-48b6-411f-aee1-26792ead00dc",
"Rows": [
{
"ItemId": "96da49a5-5c86-466e-bc6a-3fefd995af8a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "96da49a5-5c86-466e-bc6a-3fefd995af8a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9b4a5bd6-781f-4c21-8e1c-b354972b70f2",
"db47e830-467b-4c4f-bcf6-ebd99dfd5711"
],
"Approvers": [
"dc6b2b56-0099-4303-a776-f2fa37ccab79",
"0c28e939-5f64-4701-a6c4-b874b173603b"
],
"ApprovedBy": "1fa3ce68-df2a-45c9-815e-42d65f4ba82a",
"ApprovalDate": "2026-03-21T02:54:00.2001884+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b1579823-a60c-45fa-8c5c-dc62875cd426",
"id": "628c0634-33f9-48e1-87a1-3cb416e7363a",
"ConfigId": "110418e7-e4fd-4820-ad2c-6ddb4c2fa697"
},
{
"GenerationDate": "2026-03-21T02:54:00.2001884+00:00",
"SubmitDate": "2026-03-21T02:54:00.2001884+00:00",
"ReportPeriodStart": "2026-03-21T02:54:00.2001884+00:00",
"ReportPeriodEnd": "2026-03-21T02:54:00.2001884+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5e8a1c89-48b6-411f-aee1-26792ead00dc",
"Rows": [
{
"ItemId": "96da49a5-5c86-466e-bc6a-3fefd995af8a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "96da49a5-5c86-466e-bc6a-3fefd995af8a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5e8a1c89-48b6-411f-aee1-26792ead00dc",
"Rows": [
{
"ItemId": "96da49a5-5c86-466e-bc6a-3fefd995af8a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "96da49a5-5c86-466e-bc6a-3fefd995af8a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9b4a5bd6-781f-4c21-8e1c-b354972b70f2",
"db47e830-467b-4c4f-bcf6-ebd99dfd5711"
],
"Approvers": [
"dc6b2b56-0099-4303-a776-f2fa37ccab79",
"0c28e939-5f64-4701-a6c4-b874b173603b"
],
"ApprovedBy": "1fa3ce68-df2a-45c9-815e-42d65f4ba82a",
"ApprovalDate": "2026-03-21T02:54:00.2001884+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b1579823-a60c-45fa-8c5c-dc62875cd426",
"id": "628c0634-33f9-48e1-87a1-3cb416e7363a",
"ConfigId": "110418e7-e4fd-4820-ad2c-6ddb4c2fa697"
}
]